-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#IOPID-1192] added optional field to endpoint notify-login #288
[#IOPID-1192] added optional field to endpoint notify-login #288
Conversation
Jira Pull Request LinkThis Pull Request refers to the following Jira issue IOPID-1192 |
c5dd46c
to
6987c6a
Compare
e633650
to
e305d84
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
magicCodeActivityResult | ||
); | ||
if (E.isRight(errorOrMagicLinkServiceResponse)) { | ||
if (errorOrMagicLinkServiceResponse.right.kind === "SUCCESS") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if (errorOrMagicLinkServiceResponse.right.kind === "SUCCESS") { | |
const magicLinkServiceResponse = errorOrMagicLinkServiceResponse.right; | |
if (magicLinkServiceResponse.kind === "SUCCESS") { |
List of Changes
Motivation and Context
enable fallback login email template to be sent if an user doesn't have a validated email
How Has This Been Tested?
unit tests
Screenshots (if appropriate):
Types of changes
Checklist: